ParticipantState

enum ParticipantState : Enum<ParticipantState>

An enum that provides information about the states of a participant.

Entries

Link copied to clipboard
@SerializedName(value = "exited")
EXITED()

Indicates that the participant left the live event.

Link copied to clipboard
@SerializedName(value = "entered")
ENTERED()

Indicates that the participant entered the live event.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int